C1.Data Namespace > ClientView<T> Class : ProgressiveLoading Method |
Overload | Description |
---|---|
ProgressiveLoading<TKey>(Expression<Func<T,TKey>>,Int32) | Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded. |
ProgressiveLoading<TKey>(Expression<Func<T,TKey>>,Boolean,Int32) | Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2